home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / rockb1.zip / ROCKME.CFG < prev    next >
Text File  |  1997-06-25  |  4KB  |  83 lines

  1. 'The BBSNAME variable will tell the door your BBS's name.
  2. BBSNAME=The Dynasty!
  3.  
  4. 'The SYSOPF variable tells the door the sysop's first name.
  5. SYSOPF=Ronald
  6.  
  7. 'The SYSOPL variable tells the door the sysop's last name.
  8. SYSOPL=Schlegel
  9.  
  10. 'The DOORFILE variable tells the door the name of the door file your system
  11. 'uses and where it is located.  It can contain a drive and path.  The
  12. 'current BBS door files supported are:
  13. '
  14. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  15. '  USERS.SYS    - PCBoard verion 15.x
  16. '  CALLINFO.BBS - Wildcat version 2.x
  17. '  DOOR.SYS     - GAP any version or Wildcat 3.x
  18. '  DORINFO#.DEF - RBBS and QBBS systems
  19. '  CHAIN.TXT    - WWIV version 2.x or above
  20. '  UBBS.SYS     - Ultra BBS systems
  21. '  SFDOORS.DAT  - SpitFire systems
  22. '  AUNTIE.SYS   - Auntie BBS systems
  23. '  TRIBBS.SYS   - Tri-BBS systems
  24. '  STANDARD.SYS - Standard Drop file format... read docs for details.
  25. '  DIRECT       - Will get all info from modem and user.
  26. '
  27. DOORFILE=C:\TRIBBS2\DOOR.SYS
  28.  
  29. 'The MAXSESSION variable is just the maximum number of studio sessions that a
  30. 'player can do in one day.
  31. MAXSESSION=10
  32.  
  33. 'The MAXGIGS variable is the maximum number of Gigs that a player can
  34. 'play in one day.
  35. MAXGIGS=20
  36.  
  37. 'The MAXTIME variable tells the door the maximum amount of time that a user
  38. 'may be in the door before exiting back to the BBS.  If not included or set to
  39. '0 the time left currently on your system will be used.
  40. MAXTIME=30
  41.  
  42. 'The KBTIME variable tells the door how much time to allow for no input from
  43. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  44. KBTIME=3
  45.  
  46. 'The FOSSIL variable tells the doors whether you are using a Fossil
  47. 'driver like X00 or BNU. This variable can be set to either YES or NO.
  48. 'The Default is NO.
  49. FOSSIL=NO
  50.  
  51. 'The COMPORT variable tells the door which COM port to use for I/O functions
  52. 'to occur.  This variable can be a number from 1 to 8.  With multiple lines,
  53. 'you can setup different CFG files for each line with a separate comport
  54. 'number.  If using a non-standard port address, use H in front of the address
  55. 'and the number should be in hexadecimal (eg: COMPORT=H03F8).
  56. 'This MUST be set if you are having trouble with your comport being read from
  57. 'the door file or if using the DIRECT method.  Otherwise, it can be left out
  58. 'unless your DOORFILE variable doesn't give the information on comport number.
  59. 'COMPORT=2
  60.  
  61. 'The IRQ variable tells the door what IRQ to use if non-standard.  This does
  62. 'not have to be set if a standard comport is being used.
  63. 'IRQ=3
  64.  
  65. 'The EXTRA variable can contain up to 70 characters of any message you would
  66. 'like to appear to your users.
  67. '              1         2         3         4         5         6         7
  68. '     [---+----|----+----|----+----|----+----|----+----|----+----|----+----]
  69. EXTRA=If you find this program interesting, you'll be able to DL it later.
  70.  
  71. 'NOTES:  Programmers: You may put your own variables into the CFG file
  72. '        anywhere you like. The only rules to follow is that you use the
  73. '        following format:
  74. '
  75. '        VARIABLE=TEXT
  76. '
  77. '        Where VARIABLE is your own variable name followed by an equals sign
  78. '        [=].  It must be the located at the first non-blank character of the
  79. '        line.  Use the examples in this CFG file for proper format.  TEXT is
  80. '        the value for that variable and the length can be as long as you have
  81. '        space on 1 line.  Use the GetExtra$() function to collect the
  82. '        information in your program. (SEE DOCS)
  83.